How stable are Single Page Application (SPA) build with Microsoft .Net for enterprise application [on hold]

Posted by Husrat Mehmood on Programmers See other posts from Programmers or by Husrat Mehmood
Published on 2014-08-23T10:04:03Z Indexed on 2014/08/24 4:31 UTC
Read the original article Hit count: 252

Imagine a situation where you have your data loading to your application via REST Api,you are building a responsive application(ajax request) for an Enterprise.

What potential problems might I run into for a single page application(SPA) using Microsoft Asp.Net Web application build using MVC template? Are there advantages to just designing a multi-page application using asp.net mvc 5 remember I am using SPA for an Enterprise Application where there are role based views for the users.?

© Programmers or respective owner

Related posts about .NET

Related posts about enterprise-development